Version

BindableItemCollection<T> Class Members

The following tables list the members exposed by BindableItemCollection<T>.

Public Constructors
 NameDescription
Public ConstructorBindableItemCollection<T> ConstructorInitializes a new instance of the BindableItemCollection<T> class.  
Public Properties
 NameDescription
Public PropertyCount (Inherited from Infragistics.Collections.CollectionBase<T>)
Public PropertyIsReadOnly (Inherited from Infragistics.Collections.CollectionBase<T>)
Public PropertyItem (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected Properties
 NameDescription
Protected PropertyItems (Inherited from Infragistics.Collections.CollectionBase<T>)
Public Methods
 NameDescription
Public MethodAdd (Inherited from Infragistics.Collections.CollectionBase<T>)
Public MethodClear (Inherited from Infragistics.Collections.CollectionBase<T>)
Public MethodContains (Inherited from Infragistics.Collections.CollectionBase<T>)
Public MethodCopyTo (Inherited from Infragistics.Collections.CollectionBase<T>)
Public MethodCreateItemOverloaded. Creates a new object with a default underlying data object.  
Public MethodDisposeOverloaded.  (Inherited from Infragistics.Collections.CollectionBase<T>)
Public MethodGetEnumerator (Inherited from Infragistics.Collections.CollectionBase<T>)
Public MethodIndexOf (Inherited from Infragistics.Collections.CollectionBase<T>)
Public MethodInsert (Inherited from Infragistics.Collections.CollectionBase<T>)
Public MethodRemove (Inherited from Infragistics.Collections.CollectionBase<T>)
Public MethodRemoveAt (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected Methods
 NameDescription
Protected MethodAddBoundItemAdds the item at the specified index.  
Protected MethodAddItemOverridden. Adds the unbound item at the specified index.  
Protected MethodAddItemSilently (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected MethodGetCountOverridden. Retrieves the amount of items in the collection.  
Protected MethodGetItemOverridden. Gets the item at the specified index.  
Protected MethodInsertItemOverridden. Adds an item to the collection at a given index.  
Protected MethodOnItemAdded (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected MethodOnItemRemoved (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected MethodOnNotifyCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected MethodOnPropertyChanged (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected MethodOnResetItems (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected MethodRemoveItemOverridden. Removes the item at the specified index  
Protected MethodRemoveItemSilently (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected Internal MethodRemoveRangeRemoves the specified list of items.  
Protected MethodReplaceItem (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected MethodResetItems (Inherited from Infragistics.Collections.CollectionBase<T>)
Protected MethodResetItemsSilently (Inherited from Infragistics.Collections.CollectionBase<T>)
Public Events
 NameDescription
Public EventCollectionChanged (Inherited from Infragistics.Collections.CollectionBase<T>)
See Also